-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've tried using the following commands to download the ctrl alt del comics.
$ for filename in $(seq 20021023 20100503); do wget http://www.ctrlaltdel-online.com/comics/"$filename".jpg; done
I get the following error code, "bash: syntax error near unexpected token 'do'"
I've also tried using cURL…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am new to the world of Programmer's Comics and I only know one such comics - "dilbert".
I would like to know some good websites that has comics related to software programmers like Dilbert.
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Coder rapidement ou écrire du code de qualité ?
Les deux approches reviennent au même, selon un célèbre web-bédéiste
XKCD est une célèbre bande-dessinée créée et publiée par Randall Munroe, un ancien consultant à la NASA, qui la définit comme un webcomic sarcastique qui parle de romance, de…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
There seem to be quite a few implementations of this feature. Some sites like like Stackexchange have it laid out like this:
[1][2][3][4][5] ... [954][Next]
Other sites like game forums may have something like this:
[1][2][3] ... [10] ... [50] ... [500] ... [954][Next]
Some sites like webcomics…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a simple form that searches through the 2000+ issues of a 3rd party webcomic. (Easy, it's like xkcd: http://url/number
That form is as easy as possible, is like this:
What number do you want?
User writes a number, clicks ok, and goes on the 3rd party website on a new tab
Then, my form asks…
>>> More